projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987f39a
)
; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
author
Glenn Morris
<rgm@gnu.org>
Mon, 2 Oct 2017 17:19:11 +0000
(13:19 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 2 Oct 2017 17:19:11 +0000
(13:19 -0400)
lisp/emacs-lisp/cl-print.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-print.el
b/lisp/emacs-lisp/cl-print.el
index 87c03280f77281f418f44376448f03c1d4014640..4fc178c29aad464690a3a9742aba92daa762201f 100644
(file)
--- a/
lisp/emacs-lisp/cl-print.el
+++ b/
lisp/emacs-lisp/cl-print.el
@@
-268,7
+268,7
@@
into a button whose action shows the function's disassembly.")
Output is further controlled by the variables
`cl-print-readably', `cl-print-compiled', along with output
variables for the standard printing functions. See Info
-node `(elisp)Output Variables'.
"
+node `(elisp)Output Variables'."
(cond
(cl-print-readably (prin1 object stream))
((not print-circle) (cl-print-object object stream))